home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TCHOOSE / TCHOOSE.txt
Text File  |  1997-06-09  |  2KB  |  79 lines

  1. object Choose: TChoose
  2.   Left = 148
  3.   Top = 264
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Choose from List'
  8.   ClientHeight = 273
  9.   ClientWidth = 227
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 214
  22.     Height = 13
  23.     Caption = 'You can click on multiple items to select them'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object OKBtn: TBitBtn
  31.     Left = 8
  32.     Top = 240
  33.     Width = 77
  34.     Height = 27
  35.     Font.Color = clBtnText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     Kind = bkOK
  42.     Margin = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 88
  48.     Top = 240
  49.     Width = 77
  50.     Height = 27
  51.     Font.Color = clBtnText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 2
  57.     Kind = bkCancel
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object ChooseList: TListBox
  63.     Left = 8
  64.     Top = 32
  65.     Width = 209
  66.     Height = 201
  67.     ExtendedSelect = False
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ItemHeight = 13
  73.     MultiSelect = True
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     OnDblClick = ChooseListDblClick
  77.   end
  78. end
  79.